projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00c2990
)
(Fx_open_connection): Set xrm_option correctly.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 25 May 1993 15:36:47 +0000
(15:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 25 May 1993 15:36:47 +0000
(15:36 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index a4fb4f2b8e414260935e8c7a081b87ab3bd33648..93707bca6a91b5f1db6407ef38063c9774a04d61 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-3476,7
+3476,7
@@
arg XRM_STRING is a string of resources in xrdb format.")
if (!EQ (xrm_string, Qnil))
{
CHECK_STRING (xrm_string, 1);
- xrm_option = (unsigned char *) XSTRING (xrm_string);
+ xrm_option = (unsigned char *) XSTRING (xrm_string)
->data
;
}
else
xrm_option = (unsigned char *) 0;